﻿@charset "utf-8";

.indexbanner .swiper-pagination-bullet {
    border-radius: 8px;
    background: #2386ee;
    opacity: .3;
    transition: all .4s ease;
}


.indexbanner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    width: 28px;
    background: #2386ee;
}

body .swiper-container-horizontal>.swiper-pagination-bullets,
body .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px;
}

.common-more {
    width: 108px;
    height: 29px;
    margin-left: 20px;
    line-height: 29px;
    border: 2px solid #02A7F0;
    font-size: 14px;
    text-align: center;
    color: #02A7F0;
    transition: all .4s ease;
    float: right;
    position: relative;
    border-radius: 3px;
}

.common-more span {
    position: relative;
    z-index: 2;
}

.common-more:after {
    content: "";
    width: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(135deg, #0068dd, #00aeee);
    position: absolute;
    transition: all .4s ease;
}

.common-more:hover {
    border: 2px solid #2386ee;
    color: #fff;
}

.common-more:hover:after {
    width: 100%;
    right: auto;
    left: 0;
}

.toptab {
    margin-top: 25px;
    position: relative;
    display: none;
}

.toptab>ul {}

.toptab>ul>li {
    float: left;
    width: 346px;
    box-sizing: border-box;
    position: relative;
    margin-right: 91px;
}

.toptab>ul>li:last-child {
    margin-right: 0px;
}

.toptab>ul>li .toptab-title {
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    color: rgb(2, 167, 240);
    font-weight: 600;
}

.toptab>ul>li .toptab-title .icon {
    float: left;
    margin-right: 10px;
}

.toptab>ul>li .toptab-title .icon img {
    width: 21px;
    margin-top: 2px;
}

.toptab>ul>li .toptab-body {}

.toptab>ul>li .toptab-line {
    width: 1px;
    height: 70px;
    background-color: #d5d5d5;
    position: absolute;
    right: -51px;
    top: 41px;
}

.toptab-body>ul {
    margin-top: 10px;
}

.toptab-body>ul li {
    text-align: left;
    color: #5E5E5E;
    font-size: 13px;
    margin-bottom: 10px;
}

.toptab-body>ul li .dot {
    width: 5px;
    height: 5px;
    background-color: #d7d7d7;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}

.toptab-body>ul li a {
    text-decoration: none;
    display: block;
    max-width: 266px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.toptab-body>ul li .newtime {
    float: right;
    color: #959393;
}

.hotproduct {
    background-color: #F2F2F4;
    padding: 60px 0px 72px;
    text-align: left;
}

.hotproduct .product-top-left {
    float: left;
}

.hotproduct .product-top-left .title {
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
}

.hotproduct .product-top-left .description {
    font-family: '微软雅黑 Light', '微软雅黑 Regular', '微软雅黑';
    font-weight: 250;
    font-style: normal;
    font-size: 17px;
    color: #5E5E5E;
    margin-top: 10px;
}

.hotproduct .product-top-right {
    float: right;
    font-size: 14px;
    color: #02A7F0;
    border: 2px solid #02A7F0;
    padding: 7px 24px;
}

.hotproduct .product-box {
    clear: both;
    margin-top: 35px;
}

.hotproduct .product-box .item {
    float: left;
    width: calc(20% - 14px);
    text-align: center;
    height: 400px;
    background-color: white;
    margin-right: 14px;
    border-radius: 8px;
    /*box-shadow: 0px 0px 6px 0px #aeacac;*/
}

.hotproduct .product-box .item .tit {
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    margin-top: 30px;
}

.hotproduct .product-box .item .tit .line {
    width: 20px;
    height: 1px;
    background-color: black;
    margin: 15px auto;
}

.hotproduct .product-box .item .txt {
    width: 100%;
    text-align: center;
    font-family: '微软雅黑';
    font-size: 13px;
    line-height: 26px;
    height: 80px;
}

.hotproduct .product-box .item .txt a {
    color: #999;
}

.hotproduct .product-box .item .txt a:hover {
    text-decoration: underline;
}

.hotproduct .product-box .item .img {
    margin: 50px auto;
    width: 90%;
    background-size: 100%;
}

.hotproduct .product-box .item .img img {
    width: 100%;
}

.hotproduct .product-box .item .but {
    width: 203px;
    height: 38px;
    border: 1px solid rgba(121, 121, 121, 1);
    color: #8A8989;
    margin: 10px auto;
    line-height: 38px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
}

.hotproduct .product-box .item .but a:hover {
    color: #fff;
}

.hotproduct .product-box .item.i5 {
    margin-right: 0px;
}

.hotproduct .product-box .item.current {
    background-color: rgba(0, 130, 227, 1);
}

.hotproduct .product-box .item.current .tit {
    color: white;
}

.hotproduct .product-box .item.current .tit .line {
    background-color: white;
}

.hotproduct .product-box .item.current .txt {
    color: white;
}

.hotproduct .product-box .item.current .but {
    border-color: rgba(255, 150, 0, 1);
    color: white;
    background-color: rgba(255, 150, 0, 1);
}



.hotproduct .product-box .item.i1 .icon {
    background-image: url(/Static/Home/sunnyet/img/product_icon1.png);
}

.hotproduct .product-box .item.i1.current .icon {
    background-image: url(/Static/Home/sunnyet/img/product_iconCurrent1.png);
}

.hotproduct .product-box .item.i2 .icon {
    background-image: url(/Static/Home/sunnyet/img/product_icon2.png);
}

.hotproduct .product-box .item.i2.current .icon {
    background-image: url(/Static/Home/sunnyet/img/product_iconCurrent1.png);
}

.hotproduct .product-box .item.i3 .icon {
    background-image: url(/Static/Home/sunnyet/img/product_icon3.png);
}

.hotproduct .product-box .item.i3.current .icon {
    background-image: url(/Static/Home/sunnyet/img/product_iconCurrent1.png);
}

.hotproduct .product-box .item.i4 .icon {
    background-image: url(/Static/Home/sunnyet/img/product_icon4.png);
}

.hotproduct .product-box .item.i4.current .icon {
    background-image: url(/Static/Home/sunnyet/img/product_iconCurrent1.png);
}


/*-----------*/
.hotproduct .product-box .item.i1 .tit .line {
    background-color: #f4a557;
}


.hotproduct .product-box .item.i2 .tit .line {
    background-color: #1296db;
}


.hotproduct .product-box .item.i3 .tit .line {
    background-color: #1aaba8;
}

.hotproduct .product-box .item.i4 .tit .line {
    background-color: #d4237a;
}


.hotproduct .product-box .item.current .tit .line {
    background-color: white !important;
}

/*----------------------*/
.hotproduct .product-box .item.i1 .tit {
    color: #f4a557;
}


.hotproduct .product-box .item.i2 .tit {
    color: #1296db;
}


.hotproduct .product-box .item.i3 .tit {
    color: #1aaba8;
}

.hotproduct .product-box .item.i4 .tit {
    color: #d4237a;
}


.hotproduct .product-box .item.current .tit {
    color: white !important;
}

.hotproduct .product-box .item.current a {
    color: white !important;
}


.allvalue0 {
    width: 100%;
    background-color: #fff;
}

.allvalue {
    padding: 60px 0px 72px;
}

.allvalue .allvalue-top {
    text-align: left;
    margin-bottom: 40px;
    float: left;
}

.allvalue .allvalue-top .title {
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
}

.allvalue .allvalue-top .description {
    font-family: '微软雅黑 Light', '微软雅黑 Regular', '微软雅黑';
    font-weight: 250;
    font-style: normal;
    font-size: 17px;
    color: #5E5E5E;
    margin-top: 10px;
}

.allvalue .allvalue-top-right {
    float: right;
    font-size: 14px;
    color: #02A7F0;
    border: 2px solid #02A7F0;
    padding: 7px 24px;
}

.allvalue .allvalue-left {
    float: left;
}

.allvalue .allvalue-left ul {}

.allvalue .allvalue-left ul li {
    height: 114px;
    border: 1px solid rgba(229, 229, 229, 1);
    border-bottom: none;
    width: 431px;
    margin-right: 15px;
}

.allvalue .allvalue-left ul li:last-child {
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    height: 113px;
}

.allvalue .allvalue-left ul li .line {
    height: 100%;
    width: 8px;
}

.allvalue .allvalue-left ul li .lileft {
    margin-left: 40px;
    text-align: left;
    margin-top: 25px;
}

.allvalue .allvalue-left ul li>div {
    float: left;
}

.allvalue .allvalue-left ul li .lileft .tit {
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
}

.allvalue .allvalue-left ul li .lileft .txt {
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #7B7B7B;
    margin-top: 9px;
}

.allvalue .allvalue-left ul li .lifight {
    float: right;
    margin-right: 40px;
    margin-top: 43px;
}

.allvalue .allvalue-right {
    float: left;
    width: 772px;
    height: 460px;
}

.allvalue .allvalue-right img {
    width: 100%;
}

.allvalue .allvalue-left ul li.current {
    background: linear-gradient(-89.9999999999998deg, rgba(255, 255, 255, 1) 22%, rgba(240, 240, 240, 1) 50%);
    border-right: none;
}

.allvalue .allvalue-left ul li.first.current {
    border-right: none;
    border-top: 1px solid transparent;
}

.allvalue .allvalue-left ul li.last.current {
    border-bottom: 1px solid transparent;
}

.allvalue .allvalue-left ul li.current .line {
    background-color: rgba(215, 0, 0, 1);
}


.swiper-myparent {
    position: absolute;
    width: 1220px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 100%;
}

.swiper-myparent .bannerbox {
    position: absolute;
    left: 0px;
    top: 20px;
    color: white;
    text-align: left;
    margin-top: 120px;
}

.swiper-myparent .bannerbox .tit {
    font-size: 42px;
    font-weight: 700;
}

.swiper-myparent .bannerbox .txt {
    font-family: '微软雅黑 Light', '微软雅黑 Regular', '微软雅黑';
    font-weight: 250;
    font-style: normal;
    font-size: 18px;
    color: white;
    margin-top: 20px;
    width: 480px;
    line-height: 30px;
}

.swiper-myparent .bannerbox .buts {
    margin-top: 30px;
}

.swiper-myparent .bannerbox .buts .buts-consult {
    display: inline-block;
    width: 240px;
    height: 43px;
    line-height: 43px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    margin-right: 10px;
    position: relative;
    background: linear-gradient(135deg, #0068dd, #00aeee);
    cursor: pointer;
}

.buts-consult a {
    color: #fff;
}

.buts-consult a:hover {
    color: #00ffff;
}

.swiper-myparent .bannerbox .buts .buts-apply {
    display: inline-block;
    width: 140px;
    height: 43px;
    line-height: 43px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    margin-right: 10px;
    position: relative;
    border: 1px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
}

.swiper-myparent>img {}


.object {
    background-color: #fff;
    padding: 60px 0px;
    text-align: left;
}

.object .object-top-left {
    float: left;
}

.object .object-top-left .title {
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
}

.object .object-top-left .description {
    font-family: '微软雅黑 Light', '微软雅黑 Regular', '微软雅黑';
    font-weight: 250;
    font-style: normal;
    font-size: 17px;
    color: #5E5E5E;
    margin-top: 10px;
}

.object .object-top-right {
    float: right;
    font-size: 14px;
    color: #02A7F0;
    border: 2px solid #02A7F0;
    padding: 7px 24px;
}

.object .object-list {
    margin-top: 35px;
}

.object .object-list ul {
    width: calc(100% + 50px);
}

.object .object-list ul li {
    float: left;
    margin-right: 34px;
    margin-bottom: 15px;
}



.why {
    padding: 60px 0px;
    text-align: left;
}

.why .why-top-left {
    float: left;
}

.why .why-top-right {
    float: right;
    font-size: 14px;
    color: #02A7F0;
    border: 2px solid #02A7F0;
    padding: 7px 24px;
}

.why .why-top-left .title {
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
}

.why .why-top-left .description {
    font-family: '微软雅黑 Light', '微软雅黑 Regular', '微软雅黑';
    font-weight: 250;
    font-style: normal;
    font-size: 17px;
    color: #5E5E5E;
    margin-top: 10px;
}

.why-body {
    padding-bottom: 72px;
}

.why-body .item {
    height: 376px;
    width: calc(100% + 70px);
}

.why-body .item li {
    position: relative;
    float: left;
    height: 376px;
    width: 270px;
    background: no-repeat center;
    margin-right: 46px;
    overflow: hidden;
}

.why-body .item li a {
    width: 100%;
    height: 100%;
}

.why-body .item li .box_bg {
    height: 100%;
}

.why-body .item li .box_bg .hid {
    display: none;
    padding: 28px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.why-body .item li .box_bg .h2,
.industry .why-body .item li .box_bg .h3 {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 8px;
    text-align: left;
}

.why-body .item li .box_bg .h3 {
    font-family: "RUBIK-REGULAR-WEBFONT";
    text-align: left;
    color: #FFF;
    font-size: 15px;
    line-height: 20px;
}

.why-body .item li .box {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: url("/Static/Home/sunnyet/img/industry_it_bg.png");
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.why-body .item li .icon {
    width: 80px;
    height: 60px;
    background: url("/Static/Home/sunnyet/img/industry_it_icon2.png") no-repeat center;
    margin: 73px auto 28px;
}

.why-body .item li h3 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 100;
}

.why-body .item li h4 {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-weight: 100;
    padding-top: 25px;
}

.why-body .item .l1 .icon {
    background-image: url("/Static/Home/sunnyet/img/1.png");
}

.why-body .item .l2 .icon {
    background-image: url("/Static/Home/sunnyet/img/2.png");
}

.why-body .item .l3 .icon {
    background-image: url("/Static/Home/sunnyet/img/3.png");
}

.why-body .item .l4 .icon {
    background-image: url("/Static/Home/sunnyet/img/4.png");
}

.why-body .item li:hover .box_bg .hid {
    opacity: 0;
    filter: alpha(opacity=0);
}

.why-body .item li:hover .box {
    top: 0;
}

.crmapply {
    text-align: center;
    height: 188px;
    background: url(/Static/Home/sunnyet/img/apply_bg.png) no-repeat center;
    background-size: 100%;
    margin-bottom: 0;
}

.crmapply .img {
    position: absolute;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
}

.crmapply .img img {
    width: 204px;
}

.crmapply .tit {
    font-size: 28px;
    color: #F0ECEC;
    margin-top: 74px;
}

.crmapply .but {
    border: 2px solid white;
    width: 170px;
    height: 38px;
    line-height: 38px;
    color: white;
    position: absolute;
    right: 0px;
    top: 76px;
    cursor: pointer;
}

.crmapply .webwidth {
    height: 100%;
    position: relative;
    overflow: hidden;
}


.indban-wd {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}

.indban-wd-font {
    width: 600px;
    color: #fff;
}

.indban-wd-link {
    width: 100%;
    font-size: 0;
    margin-top: 28px;
    user-select: none;
}

.indban-wd h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 14px;
}

.indban-wd p {
    font-size: 16px;
    line-height: 30px;
}

.indban-wd-link a {
    display: inline-block;
    width: 110px;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    font-size: 13px;
    text-align: center;
    margin-right: 10px;
    position: relative;
    background-color: #3AA4F0;
}

.indban-wd-link a:last-child {
    margin-right: 0;
}

.indban-wd-link a span {
    position: relative;
    z-index: 2;
    color: white;
}

.indban-wd-link a:hover span:after {
    margin-left: 12px;
}

.indban-wd h2,
.indban-wd p,
.indban-wd-link {
    opacity: 0;
}

.swiper-slide-active .indban-wd h2 {
    animation: indbanLeft 1s ease both .4s;
}

.swiper-slide-active .indban-wd p {
    animation: indbanLeft 1s ease both .6s;
}

.swiper-slide-active .indban-wd-link {
    animation: indbanOpacity 1s ease both .9s;
}

@keyframes indbanLeft {
    0% {
        opacity: 0;
        transform: translateX(140px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes indbanOpacity {
    0% {
        opacity: 0;
        transform: translateX(80px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.indban-img-pro {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transform: translateY(-60px);
    transition: all 1s ease .5s;
}

.swiper-slide-active .indban-img-pro {
    transform: translateY(0);
    opacity: 1;
}



.indcase {
    width: 100%;
    overflow: hidden;
    background: #020a55;
    text-align: left;
}

.indcase-title {
    width: 100%;
    padding: 60px 0 55px;
}

.indcase-title .indtit h4 {
    color: #fff;
    font-size: 32px;
}

.indcase-title .indtit p {
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 15px;
}

.indcase-title .contain {
    padding-right: 180px;
    position: relative;
}

.indcase-more {
    position: absolute;
    right: 0;
    bottom: -4px;
    display: block;
    width: 108px;
    height: 29px;
    margin-left: 20px;
    line-height: 29px;
    border: 2px solid #9DA4E8;
    font-size: 14px;
    text-align: center;
    color: #9DA4E8;
    transition: all .4s ease;
    border-radius: 3px;
}

.indcase-more span {
    position: relative;
    z-index: 2;
}

.indcase-more:after {
    content: "";
    width: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(135deg, #0068dd, #00aeee);
    position: absolute;
    transition: all .4s ease;
}

.indcase-more:hover {
    border: 2px solid #2386ee;
    color: #fff;
}

.indcase-more:hover:after {
    width: 100%;
    right: auto;
    left: 0;
}

.indcase-box {
    width: 100%;
    position: relative;
}

.indcase-img {
    width: 100%;
    object-fit: cover;
    position: relative;
    min-height: 475px;
}

.indcase-wd {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    transform: translateY(-36%);
    width: 100%;
}

.indcase-wd-font {
    width: 556px;
    color: #fff;
    background-color: rgba(4, 106, 179, 0.85);
    padding: 30px 50px;
    box-sizing: border-box;
    overflow: hidden;
}

.indcase-wd h2 {
    font-size: 29px;
    margin-bottom: 15px;
    font-weight: 400;
}

.indcase-wd p {
    font-size: 16px;
    line-height: 28px;
}

.indcase-wd h2,
.indcase-wd p {
    opacity: 0;
}

.swiper-slide-active .indcase-wd h2 {
    animation: indbanLeft 1s ease both .4s;
}

.swiper-slide-active .indcase-wd p {
    animation: indbanLeft 1s ease both .6s;
}

.swiper-slide-active .indcase-wd .indban-wd-link {
    animation: indbanOpacity 1s ease both .9s;
}

.indcase-click {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 4;
    user-select: none;
}

.indcase-click:after {
    content: "";
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: .2;
}

.indcase-click .equip-min {
    width: 100%;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.indcase-click .equip-min p {
    font-size: 18px;
    color: #fff;
    height: 58px;
    line-height: 58px;
}

.indcase-click .equip-min i {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 50%;
    margin-left: -5px;
    bottom: -5px;
    background: #fff;
}

.indcase-click .webwidth {
    position: relative;
    padding: 0 50px;
}

.indcase-click .swiper-container {
    padding-bottom: 6px;
}

.indcase-click .equip-min.cur i {
    width: 100%;
    border-radius: 0;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -1px;
    transition: width .6s ease;
}

.indcase-click-prev,
.indcase-click-next {
    position: absolute;
    transition: all .4s ease;
    bottom: -11px;
    z-index: 4;
    height: 34px;
    width: 34px;
    cursor: pointer;
    border-radius: 50%;
    background: transparent url(/Static/Home/sunnyet/img/indcaseArr.png) no-repeat left 10px center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
}

.indcase-click-prev {
    left: 0;
}

.indcase-click-next {
    right: 0;
    transform: rotate(180deg);
}

.indcase-click-prev:hover,
.indcase-click-next:hover {
    animation: casearr .6s linear both;
}

.indcase-box .swiper-slide img {
    width: 100%;
    height: 475px;
    object-fit: cover;
}

@keyframes casearr {
    0% {
        background-position: left 10px center;
    }

    60% {
        background-position: -34px center;
    }

    60.0001% {
        background-position: 34px center;
    }

    100% {
        background-position: left 10px center;
    }
}


.indsto .indsto-top-left {
    float: left;
}

.indsto .indsto-top-left .title {
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    text-align: left;
}

.indsto .indsto-top-left .description {
    font-family: '微软雅黑 Light', '微软雅黑 Regular', '微软雅黑';
    font-weight: 250;
    font-style: normal;
    font-size: 17px;
    color: #5E5E5E;
    margin-top: 10px;
}

.indsto .indsto-top-right {
    float: right;
    font-size: 14px;
    color: #02A7F0;
    border: 2px solid #02A7F0;
    padding: 7px 24px;
}

.indsto {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0 72px;
    overflow: hidden;
}

.indsto .indtit p {
    color: #777;
}

.indsto-bar {
    width: 100%;
}

.indsto-bar .indtit {
    float: left;
}

.indsto-menu {
    float: right;
    font-size: 0;
    padding-top: 40px;
}

.indsto-menu-link,
.indsto-menu-more {
    display: inline-block;
    vertical-align: middle;
    user-select: none;
}

.indsto-menu-link li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    transition: all .4s ease;
}

.indsto-menu-link li:after {
    content: "";
    width: 0;
    right: 0;
    height: 2px;
    background: #2386ee;
    transition: all .4s ease;
    position: absolute;
    bottom: -3px;
}

.indsto-menu-link li.ontrue,
.indsto-menu-link li:hover {
    color: #2386ee;
}

.indsto-menu-link li.ontrue:after {
    width: 100%;
    right: auto;
    left: 0;
}

.indsto-menu-link li:hover:after {
    width: 100%;
    right: auto;
    left: 0;
}

.indsto-menu-more {
    width: 138px;
    height: 36px;
    margin-left: 20px;
    line-height: 34px;
    border-radius: 5px;
    border: 2px solid #2386ee;
    font-size: 14px;
    text-align: center;
    color: #2386ee;
    position: relative;
    transition: all .4s ease;
}

.indsto-menu-more span {
    position: relative;
    z-index: 2;
}

.indsto-menu-more span:after {
    content: "\f105";
    font-family: "FontAwesome";
    margin-left: 6px;
    font-size: 22px;
    display: inline-block;
    transform: translateY(2px);
}

.indsto-menu-more:after {
    content: "";
    width: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(135deg, #0068dd, #00aeee);
    position: absolute;
    transition: all .4s ease;
}

.indsto-menu-more:hover {
    color: #fff;
}

.indsto-menu-more:hover:after {
    width: 100%;
    right: auto;
    left: 0;
}

.indsto-box {
    width: 100%;
    margin-top: 22px;
}

.indsto-item {
    display: none;
}

.indsto-item.ontrue {
    display: block;
    margin-top: 35px;
}

.indsto-loop {
    width: calc(100% - 104px);
    float: right;
}

.indsto-loop .swiper-container {
    padding: 10px 10px;
    left: 14px;
}

.indsto-imgwd {
    width: 100%;
    box-shadow: 0 2px 10px 2px #dee4e8;
    overflow: hidden;
    position: relative;
}

.indsto-img {
    width: 100%;
    overflow: hidden;
}

.indsto-img img {
    width: 100%;
    height: 294px;
}

.indsto-wdbox {
    width: 100%;
    height: 143px;
    padding: 0 32px;
    display: flex;
    background: #fff;
    box-sizing: border-box;
    text-align: left;
}

.indsto-wd {
    width: 100%;
}

.indsto-wd h2 {
    font-size: 22px;
    color: #444;
    font-weight: 400;
    transition: all .4s ease .2s;
    margin-top: 20px;
}

.indsto-wd p {
    font-family: '微软雅黑 Light', '微软雅黑 Regular', '微软雅黑';
    font-weight: 250;
    font-style: normal;
    font-size: 14px;
    color: #5E5E5E;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 8px;
    transition: all .4s ease .2s;
}

.indsto-wd .more {
    /*font-size: 12px;
        color: #8f8e8e;
        padding-right:20px;*/
    width: 100%;
    height: 20px;
    background: url(/Static/Home/sunnyet/img/indsto_more.png) no-repeat left;
    position: relative;
    left: -4px;
}

.indsto-sd {
    width: calc(100% + 4px);
    background: #fff;
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0;
    left: 0;
    z-index: 2;
    padding: 28px 32px 0;
    overflow: hidden;
    transition: all .6s ease;
    box-sizing: border-box;
    text-align: left;
}

.indsto-sd .indsto-sd-title {
    min-height: 250px;
}

.indsto-sd .indsto-sd-con {
    color: #999999;
    line-height: 18px;
    font-size: 13px;
    text-align: justify;
}

.indsto-sd .indsto-sd-con .bottom-tit {
    line-height: 22px;
    height: 30px;
    font-size: 16px;
    color: #444;
    font-weight: 700;
}

.indsto-sd-title h2 {
    margin-bottom: 16px;
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    color: #0068DD;
}

.indsto-sd-title h6 {
    font-size: 16px;
    color: #777;
    margin: 8px 0 16px;
}

.indsto-sd-title p {
    font-size: 14px;
    color: #444;
    line-height: 20px;
    text-align: justify;
    height: 96px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}


.indsto-sd-link {
    display: block;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
    margin-top: 24px;
    background: rgba(0, 130, 227, 1);
    border-radius: 3px;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    position: relative;
}

.indsto-sd-link span {
    position: relative;
    z-index: 2;
}

.indsto-sd-link:hover span:after {
    margin-left: 12px;
}

.indsto-imgwd:hover .indsto-sd {
    opacity: 1;
}

.indsto-sd-title h2,
.indsto-sd-title p,
.indsto-sd-pro,
.indsto-sd-link {
    transform: translateY(20px);
    transition: all .6s ease;
    opacity: 0;
}

.indsto-imgwd:hover .indsto-sd-title h2 {
    opacity: 1;
    transform: translateY(0);
}

.indsto-imgwd:hover .indsto-sd-title p {
    opacity: 1;
    transform: translateY(0);
}

.indsto-imgwd:hover .indsto-sd-pro {
    opacity: 1;
    transform: translateY(0);
}

.indsto-imgwd:hover .indsto-sd-link {
    opacity: 1;
    transform: translateY(0);
}

.indsto .swiper-slide {
    width: 258px !important;
}

.indsto-btn-box {
    width: 104px;
    float: left;
    overflow: hidden;
}

.indsto-btn {
    width: 100%;
    float: right;
    height: 437px;
    margin-top: 10px;
    position: relative;
}

.indsto-btn-li {
    width: 100%;
    margin-top: 16px;
}

.indsto-btn-li>div {
    width: 58px;
    height: 58px;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid #aab0c3;
    cursor: pointer;
    background: url(/Static/Home/sunnyet/img/indstoic.png) no-repeat center;
    transition: all .4s ease;
}

.indsto-btn-next {
    transform: rotate(180deg);
}

.indsto-btn-li>div:hover {
    animation: stoarr .6s linear both;
    border-color: #2386ee;
    background-image: url('/Static/Home/sunnyet/img/indstoicH.png');
}

@keyframes stoarr {
    0% {
        background-position: center center;
    }

    60% {
        background-position: 60px center;
    }

    60.0001% {
        background-position: -60px center;
    }

    100% {
        background-position: center center;
    }
}

.indsto-line {
    position: absolute;
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #b3b9c1;
}

.indsto-line i {
    position: absolute;
    width: 0;
    height: 2px;
    top: 0;
    left: 0;
    background: #2386ee;
    transition: all .4s ease;
}


.indnews {
    background-color: #F2F2F4;
    padding: 60px 0px 74px;
    text-align: left;
}

.indnews .news-top-left {
    float: left;
}

.indnews .news-top-left .title {
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
}

.indnews .news-top-left .description {
    font-family: '微软雅黑 Light', '微软雅黑 Regular', '微软雅黑';
    font-weight: 250;
    font-style: normal;
    font-size: 17px;
    color: #5E5E5E;
    margin-top: 10px;
}

.indnews .news-top-right {
    float: right;
    font-size: 14px;
    color: #02A7F0;
    border: 2px solid #02A7F0;
    padding: 7px 24px;
}

.indnews .indtit p {
    color: #777;
}

.indnews-list {
    width: 100%;
    margin-top: 30px;
}

.indnews-list ul {
    margin-left: -1.5%;
}

.indnews-list li {
    width: 31.8333%;
    float: left;
    margin-left: 1.5%;
    background: #fff;
    transition: all .4s ease;
    overflow: hidden;
}

.indnews-list li:hover {
    box-shadow: 0 4px 20px 2px #cecece;
}

.indnews-one a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.indnews-one-img {
    width: 100%;
    overflow: hidden;
    min-height: 210px;
}

.indnews-one-img img {
    width: 100%;
    object-fit: cover;
    transition: all .4s linear;
    height: 210px;
}

.indnews-one-wd {
    width: 100%;
    padding: 20px 28px 0;
    height: 122px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.indnews-one-wd h1 {
    font-weight: normal;
    font-size: 16px;
    color: #111;
    line-height: 23px;
    height: 50px;
    transition: all .4s ease;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.indnews-one-wd span {
    font-size: 14px;
    color: #747192;
    position: relative;
    top: 8px;
}

.indnews-one-line {
    margin: 0px 28px 6px;
    height: 1px;
    background-color: #e9e8ef;
}

.indnews-one a:hover .indnews-one-img img {
    transform: scale(1.06);
}

.indnews-one a:hover .indnews-one-wd h1 {
    color: #2386ee;
}

.indnews-tab a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.indnews-tab-img,
.indnews-tab-wd {
    width: 50%;
    height: 188px;
    overflow: hidden;
}

.indnews-tab-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s linear;
}

.indnews-tab a:first-child .indnews-tab-img {
    float: left;
}

.indnews-tab a:first-child .indnews-tab-wd {
    float: right;
}

.indnews-tab a:last-child .indnews-tab-img {
    float: right;
}

.indnews-tab a:last-child .indnews-tab-wd {
    float: left;
}

.indnews-tab-wd {
    padding: 24px 24px 0;
    position: relative;
}

.indnews-tab-wd h1 {
    font-size: 18px;
    color: #111;
    line-height: 26px;
    transition: all .4s ease;
    height: 78px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.indnews-tab-wd span {
    position: absolute;
    font-size: 14px;
    color: #747192;
    left: 28px;
    bottom: 28px;
}

.indnews-tab a:hover .indnews-tab-img img {
    transform: scale(1.06);
}

.indnews-tab a:hover .indnews-tab-wd h1 {
    color: #2386ee;
}

.indnews-bar-link {
    width: 100%;
    padding: 9px 24px 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box
}

.indnews-bar-link:before {
    content: "";
    width: 100%;
    height: 15px;
    background: #fff;
    top: 9px;
    left: 0;
    z-index: 2;
    position: absolute;
}

.indnews-bar-link .swiper-wrapper {
    height: 330px !important;
}

.indnews-bar-link a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e9e8ef;
    padding: 16px 0;
}

.indnews-bar-link a h1 {
    font-size: 16px;
    line-height: 23px;
    color: #111;
    transition: all .4s ease;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: normal
}

.indnews-bar-link a span {
    display: block;
    font-size: 14px;
    color: #747192;
    margin-top: 6px;
}

.indnews-bar-link a:hover h1 {
    color: #02a7f0;
}

.indnews-bar-more {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 17px;
    padding: 0 24px;
    transition: all .4s ease;
    font-size: 16px;
    color: #02a7f0;
    background: url('/Static/Home/sunnyet/img/indnewsArr.png') no-repeat right 24px top 6px;
    box-sizing: border-box;
}

.indnews-bar-more span {
    position: relative;
}

.indnews-bar-more span:after {
    content: "";
    width: 0;
    right: 0;
    height: 1px;
    background: #02a7f0;
    position: absolute;
    bottom: -4px;
    transition: all .4s ease;
}

.indnews-bar-more:hover span:after {
    right: auto;
    left: 0;
    width: 100%;
}

.indnews-bar-line {
    position: absolute;
    width: 2px;
    height: 95px;
    right: 0;
    top: 0px;
    background: #02a7f0;
    z-index: 5;
    transition: all .8s ease;
}